home *** CD-ROM | disk | FTP | other *** search
- object FrmApplet: TFrmApplet
- Left = 210
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Java Applet'
- ClientHeight = 175
- ClientWidth = 407
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblCode: TLabel
- Left = 8
- Top = 8
- Width = 25
- Height = 13
- Caption = '&Code'
- FocusControl = EditCode
- end
- object lblCodeBase: TLabel
- Left = 8
- Top = 32
- Width = 48
- Height = 13
- Caption = 'Code&base'
- FocusControl = EditCodeBase
- end
- object lblName: TLabel
- Left = 8
- Top = 64
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = EditName
- end
- object lblAlt: TLabel
- Left = 8
- Top = 88
- Width = 12
- Height = 13
- Caption = 'A<'
- FocusControl = EditAlt
- end
- object lblWidth: TLabel
- Left = 8
- Top = 120
- Width = 28
- Height = 13
- Caption = '&Width'
- FocusControl = seWidth
- end
- object lblHeight: TLabel
- Left = 8
- Top = 144
- Width = 31
- Height = 13
- Caption = '&Height'
- FocusControl = seHeight
- end
- object lblHSpace: TLabel
- Left = 136
- Top = 120
- Width = 39
- Height = 13
- Caption = 'H&Space'
- FocusControl = seHSpace
- end
- object lblVSpace: TLabel
- Left = 136
- Top = 144
- Width = 38
- Height = 13
- Caption = '&VSpace'
- FocusControl = seVSpace
- end
- object lblAlignment: TLabel
- Left = 232
- Top = 64
- Width = 46
- Height = 13
- Caption = '&Alignment'
- FocusControl = cbAlignment
- end
- object EditCode: TEdit
- Left = 64
- Top = 8
- Width = 249
- Height = 21
- Hint = 'The URL of the java file'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object EditCodeBase: TEdit
- Left = 64
- Top = 32
- Width = 249
- Height = 21
- Hint = 'The base URL of the applet'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object EditName: TEdit
- Left = 64
- Top = 64
- Width = 153
- Height = 21
- Hint = 'The name for the applet instance'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object EditAlt: TEdit
- Left = 64
- Top = 88
- Width = 153
- Height = 21
- Hint =
- 'Text being displayed by browsers that understand the applet-tag ' +
- 'but cannot/will not run the applet'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object seWidth: TSpinEdit
- Left = 64
- Top = 120
- Width = 49
- Height = 22
- Hint = 'Width'
- MaxValue = 10000
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- Value = 0
- end
- object seHeight: TSpinEdit
- Left = 64
- Top = 144
- Width = 49
- Height = 22
- Hint = 'Height'
- MaxValue = 10000
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- Value = 0
- end
- object seHSpace: TSpinEdit
- Left = 192
- Top = 120
- Width = 49
- Height = 22
- Hint = 'Additional horizontal space'
- MaxValue = 10000
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- Value = 0
- end
- object seVSpace: TSpinEdit
- Left = 192
- Top = 144
- Width = 49
- Height = 22
- Hint = 'Additional vertical space'
- MaxValue = 10000
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- Value = 0
- end
- object cbAlignment: TComboBox
- Left = 288
- Top = 64
- Width = 113
- Height = 21
- Hint = 'Alignment of the applet'
- ItemHeight = 13
- Items.Strings = (
- 'Default'
- 'AbsBottom'
- 'AbsMiddle'
- 'Baseline'
- 'Bleedleft'
- 'Bleedright'
- 'Bottom'
- 'Left'
- 'Middle'
- 'Right'
- 'Text'
- 'Top')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- Text = 'Default'
- end
- object btnOK: TButton
- Left = 312
- Top = 112
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 11
- end
- object btnCancel: TButton
- Left = 312
- Top = 144
- Width = 89
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 12
- end
- object btnURL1: TBitBtn
- Left = 320
- Top = 8
- Width = 81
- Height = 21
- Hint = 'URL Assistant'
- Caption = '&URL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnURL1Click
- NumGlyphs = 2
- end
- object btnURL2: TBitBtn
- Left = 320
- Top = 32
- Width = 81
- Height = 21
- Hint = 'URL Assistant'
- Caption = 'U&RL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = btnURL2Click
- NumGlyphs = 2
- end
- end
-